home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / athlete_.swf / scripts / DefineButton2_106 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  208b  |  10 lines

  1. on(release){
  2.    _root.p1type = _root.p1type + 1;
  3.    if(6 < _root.p1type)
  4.    {
  5.       _root.p1type = 1;
  6.    }
  7.    p1.gotoAndStop(_root.p1type);
  8.    p1name = "\'" + _root.names[_root.p1type - 1] + "\'";
  9. }
  10.